home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Aztec C 5.0a disk 1.adf / include / graphics / collide.h < prev    next >
C/C++ Source or Header  |  1988-07-15  |  155b  |  9 lines

  1. #ifndef    GRAPHICS_COLLIDE_H
  2. #define    GRAPHICS_COLLIDE_H
  3. #define    BORDERHIT    0
  4. #define    TOPHIT    1
  5. #define    BOTTOMHIT    2
  6. #define    LEFTHIT    4
  7. #define    RIGHTHIT    8
  8. #endif
  9.